home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / UTILITY / rescue4 / SETUP.EXE / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  1997-06-16  |  3KB  |  143 lines

  1. object Form3: TForm3
  2.   Left = 151
  3.   Top = 102
  4.   Width = 343
  5.   Height = 267
  6.   Caption = 'Installation Settings'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnActivate = Form3Activate
  15.   OnCreate = Form3Create
  16.   OnDestroy = Form3Destroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 7
  21.     Top = 7
  22.     Width = 312
  23.     Height = 36
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'This Program will be installed into the following directory.'
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     WordWrap = True
  33.   end
  34.   object Label3: TLabel
  35.     Left = 38
  36.     Top = 77
  37.     Width = 107
  38.     Height = 13
  39.     AutoSize = False
  40.     Caption = 'Destination Directory:'
  41.   end
  42.   object Label2: TLabel
  43.     Left = 24
  44.     Top = 43
  45.     Width = 295
  46.     Height = 30
  47.     AutoSize = False
  48.     Caption = 
  49.       'If you would like to install it into a different/drive, use the ' +
  50.       'Text Box and Browse button below.'
  51.     WordWrap = True
  52.   end
  53.   object Image1: TImage
  54.     Left = 7
  55.     Top = 169
  56.     Width = 37
  57.     Height = 34
  58.     AutoSize = True
  59.     Picture.Data = {<image001.bmp>}
  60.   end
  61.   object Edit2: TEdit
  62.     Left = 52
  63.     Top = 97
  64.     Width = 220
  65.     Height = 21
  66.     TabOrder = 0
  67.     Text = 'Edit2'
  68.   end
  69.   object Button1: TButton
  70.     Left = 95
  71.     Top = 205
  72.     Width = 67
  73.     Height = 21
  74.     Caption = '<< &Back'
  75.     TabOrder = 1
  76.     OnClick = Button1Click
  77.   end
  78.   object Button2: TButton
  79.     Left = 174
  80.     Top = 205
  81.     Width = 67
  82.     Height = 21
  83.     Caption = '&Next >>'
  84.     TabOrder = 2
  85.     OnClick = Button2Click
  86.   end
  87.   object Button3: TButton
  88.     Left = 252
  89.     Top = 205
  90.     Width = 67
  91.     Height = 21
  92.     Cancel = True
  93.     Caption = 'Exit'
  94.     TabOrder = 3
  95.     OnClick = Button3Click
  96.   end
  97.   object Button5: TButton
  98.     Left = 272
  99.     Top = 98
  100.     Width = 48
  101.     Height = 19
  102.     Caption = 'Br&owse'
  103.     TabOrder = 4
  104.     OnClick = Button4Click
  105.   end
  106.   object GroupBox1: TGroupBox
  107.     Left = 81
  108.     Top = 134
  109.     Width = 239
  110.     Height = 53
  111.     Caption = 'Drive Space Needed   -   Available'
  112.     TabOrder = 5
  113.     object Label5: TLabel
  114.       Left = 18
  115.       Top = 19
  116.       Width = 21
  117.       Height = 31
  118.       AutoSize = False
  119.     end
  120.     object Label6: TLabel
  121.       Left = 44
  122.       Top = 19
  123.       Width = 87
  124.       Height = 29
  125.       Alignment = taRightJustify
  126.       AutoSize = False
  127.     end
  128.     object Label7: TLabel
  129.       Left = 140
  130.       Top = 19
  131.       Width = 89
  132.       Height = 29
  133.       Alignment = taRightJustify
  134.       AutoSize = False
  135.     end
  136.   end
  137.   object OpenDialog1: TDirectoryDialog
  138.     Caption = 'Select A Directory'
  139.     Left = 8
  140.     Top = 116
  141.   end
  142. end
  143.